*, :after, :before{
	box-sizing: border-box;
}
@keyframes hidePreloader {
	0% {
		width: 100%;
		height: 100%;
	}

	100% {
		width: 0;
		height: 0;
	}
}

body>div.preloader {
	position: fixed;
	background: white;
	width: 100%;
	height: 100%;
	z-index: 1071;
	opacity: 0;
	transition: opacity .5s ease;
	overflow: hidden;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

body:not(.loaded)>div.preloader {
	opacity: 1;
}

body:not(.loaded) {
	overflow: hidden;
}

body.loaded>div.preloader {
	animation: hidePreloader .5s linear .5s forwards;
}

.carousel-inner img {
	width: 100%;
	height: 100%;
}

ul {
	padding-left: 0;
}

/* 内容部分 */

.card-view {
	width: 100%;
	margin-top: -30px;
	background-color: #ddebff;
	overflow: hidden;
}

.card-view .card-div {
	top: 0;
	width: 85%;
	z-index: 1070;
	left: 7.5%;
}

.mycard {
	width: 24%;
	height: 129px;
	background-color: #f7f7ff;
	border-radius: 10px;
	padding-right: 20px;
}

.mycard:hover {
	border-bottom: 2px solid #0000ff;
}

.mycard:hover h5 {
	color: #0000ff;
	font-size: 18px;
}

.card-right h5 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	color: #090d5b;
	font-weight: 800;
}

.card-right p {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #6a6c8b;
}

.card-img-view {
	width: 180px;
}

/* 功能特色 */
.title-view {
	font-family: MicrosoftYaHei;
	font-stretch: normal;
	text-align: center;
}

.title-view .title {
	font-family: MicrosoftYaHei;
	font-size: 34px;
	font-weight: bold;
	color: #00004c;
}

.title-view .dec {
	font-family: MicrosoftYaHei;
	font-size: 20px;
	color: #40436a;
}

/* 功能特色 */
.tsgn {
	width: 85%;
	left: 7.5%;
	text-align: center;
}

.tsgn .lang-item {
	padding-bottom: 10px;
	position: relative;
}

.tsgn-lang-item {
	background-image: linear-gradient(0deg, #f6f6ff 0%, #ffffff 100%);
	border-radius: 10px 10px 0 0;
	border-bottom: 3px solid #0f77fe;
}

.tsgn-lang-item:before {
	content: "";
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0f77fe;
	position: absolute;
	bottom: -10px;
	transform: translate(-50%);
	left: 50%;
}

.tsgn ul {
	padding-left: 0;
}

.tsgn .lang-item {
	width: 33.3%;
}

.tsgn .lang-item .centent-view {
	width: 80%;
}

.tsgn .lang-item .centent-view h5 {
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: bold;
	color: #3576ca;
}

.tsgn .lang-item .centent-view p {
	margin-top: 20px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #8d8f9e;
}

.tsgn .item-ul {
	margin: 0 -5px;
}

.tsgn .item-ul .item img {
	transition: 1s;
}

.tsgn .item-ul .item .centent-view {
	margin-top: 10px;
}

.tsgn .item-ul .item:hover img {
	/* animation:fadenum 1s; */
	transform: rotateY(180deg);
}

/* @keyframes fadenum{
		   100%{transform:rotateY(180deg);}
		} */

.tsgn .item {
	border-radius: 10px;
	width: calc(16.6% - 10px);
	margin: 15px 5px 0;
	background-image: linear-gradient(0deg, #ffffff 0%, #f4f4ff 100%);
}

.tsgn .item img {
	margin-top: 15px;
}

.tsgn .item h5 {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	color: #505577;
	margin-bottom: 15px;
}

.nnview {
	background-image: url('../img/index/bg2.jpg');
	overflow: hidden;
	background-size: 100%;
}

.nnview .body {
	width: 85%;
	margin: 0 auto;
}

.nnview .body ul {
	margin: 0 -5px;
	flex-wrap: wrap;
}

.nnview .body ul li {
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #e6e6ee;
	width: calc(16.6% - 10px);
	display: flex;
	margin: 15px 5px 0;
	height: 60px;
	align-items: center;
}

.nnview .body ul li img {
	width: 24px;
	margin: 0 10px;
}

.nnview .body ul li img:nth-of-type(1) {
	display: inline-block;
}

.nnview .body ul li img:nth-of-type(2) {
	display: none;
}

.nnview .body ul li p {
	margin-bottom: 0;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #00004c;
}

.nnview .body ul li:hover {
	background-color: #2788ff;
	transform: scale(1.05);
}

.nnview .body ul li:hover p {
	color: #ffffff;
}

.nnview .body ul li:hover img:nth-of-type(1) {
	display: none;
}

.nnview .body ul li:hover img:nth-of-type(2) {
	display: inline-block;
}

/* 手风琴 */
.sfqview {
	background-color: #ddebff;
	overflow: hidden;
}

.solution {
	width: 85%;
	margin: 0 auto;
}

.solution-content {
	height: 600px;
	display: flex;
	align-items: center;
	/* color: #fff; */
	color: #3576ca;
}


.solution-case {
	position: relative;
	/* width: 15%; */
	height: 430px;
	width: 180px;
	border-radius: 8px;
	overflow: hidden;
	background-image: linear-gradient(0deg, #ffffff 0%, #f4f4ff 100%);
	transition: all 300ms linear;
}

/* 子类动画 */
.solution-case * {
	transition: all 200ms linear;
}

.solution-case+.solution-case {
	margin-left: 16px;
}

.solution-case .sc-title {
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-top: 320px;
	text-align: center;
	font-weight: 800;
}

.solution-case .sc-logo {
	/* display: block; */
	/* background: url("img/index/logo01.png") center center / auto 100% no-repeat; */
	width: 100%;
	height: 48px;
}

.solution-case .sc-logo img {
	max-width: 100%;
	width: 48px;
}

.solution-case .sc-desc {
	margin-top: 20px;
	position: relative;
	z-index: 10;
	opacity: 0;
	font-size: 14px;
	padding: 0 150px 0 64px;
	transform: translateX(100%);
}

.solution-case::after {
	content: "";
	transition: all 200ms linear;
	z-index: 0;
	transition-delay: 100ms;
	position: absolute;
	left: 10%;
	top: 40px;
	width: 90%;
	height: 130px;
	/* background: url("img/index/img1-1.png") center center / auto 90% no-repeat; */
	/* opacity: 0.3; */
}

.solution-case .imgbg{
	position: absolute;
	width: 90%;
	left: 5%;
	top: 40px;
}

.solution-case__active {
	width: calc(100% - 540px - 45px);

	background-image: linear-gradient(-45deg, 
			#94d1ff 0%, 
			#4189f7 100%);
}
.fangda{
	transform: scale(1.5);
}
.zhengchang{
	transform: scale(1);
}
.solution-case__active .sc-title {
	margin-top: 39px;
	margin-left: 24px;
	justify-content: start;
	color: #ffffff;
	align-items: center;    font-weight: 600;
}

.solution-case__active .sc-logo {
	width: 32px;
	height: 32px;
	background-size: 32px auto;
	margin-right: 10px;
}
.solution-case__active .sc-logo img{
	width: 32px;
	height: 32px;
}

.solution-case__active .sc-desc {
	opacity: 1;
	transform: translateX(0);
	color: #ffffff;
}

.solution-case__active .imgbg{
	top: unset;
	left: auto;
	right: 40px;
	bottom: 10px;
	opacity: 1;
	height: 264px;
	width: 300px;
}


/* 荣誉 */
.ryview {
	background-color: #ddebff;
	overflow: hidden;
	padding-bottom: 60px;
}

.community-carousel {
	width: 85%;
	position: relative;
	margin: 0 auto;
}
.community-carousel .swiper-slide {
	/* width: 35%; */
	transition: all 0.3s ease;
	opacity: .6;
}


.community-carousel .swiper-slide .slide-holder {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	transition: all 0.3s ease;
	position: relative;
}
.swiper-container {
	padding: 0 0 200px
}
.swiper-slide-prev {
	transform: scale(1.2) translate(-30px, 50px);
}
.slide-holder{
	padding: 0 30px
}

.swiper-slide-next {
	transform: scale(1.2) translate(30px, 50px);
}
.swiper-slide-active {
	opacity: 1!important;
  transform: scale(1.4) translate(0, 100px);
}

.community-carousel .swiper-slide .slide-holder .imgbg {
	width: 100%;
}

.community-carousel .swiper-slide .slide-holder .img-dw {
	position: absolute;
	bottom: 40%;
	height: 50%;
	transform: translate(-50%);
	left: 50%;
}


.community-carousel .swiper-slide .slide-holder:active {
	opacity: 1;
}

.community-carousel .swiper-btn-next,
.community-carousel .swiper-btn-prev {
	position: absolute;
	width: 48px;
	height: 48px;
	z-index: 10;
	transition: all 0.3s ease;
	opacity: 0.8;
	cursor: pointer;
}

.community-carousel .swiper-btn-next:hover,
.community-carousel .swiper-btn-prev:hover {
	opacity: 1;
}

.community-carousel .swiper-btn-prev {
	background: url('../img/index/left.png') no-repeat;
	left: -20px;
	top: 50%;
	margin-top: -16px;
}

.community-carousel .swiper-btn-next {
	background: url('../img/index/right.png') no-repeat;
	right: -20px;
	top: 50%;
	margin-top: -16px;
}


.yinruview{
	background-color: #f7f7ff; 
	overflow: hidden;
	padding-bottom: 60px;
}
.yinruview .itemview{
	padding: 60px 0;
	display: flex;
	align-items: center;
	width: 85%;
	margin: 60px auto 0 auto;
	background-image: url('../img/index/bg1.png');
	background-size: 100% 100%;
	overflow: hidden;
	min-height: 600px;
	height: 600px;
	position: relative;
}
.yinruview .itemview2{
	padding: 60px 0;
	display: flex;
	align-items: center;
	width: 85%;
	min-height: 550px;
	margin: 60px auto 0 auto;
	background-image: url('../img/index/bg1.png');
	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
}


.yinruview .rightimg{
	position: absolute;
	right: 5%;
	top: 15%;
	height: 70%;
	max-width: 50%;
	display: none;
}
.yinruview .introduceview{
	width: 40%;
	margin-left: 50px;
}
.yinruview .introduceview .titleview{
	display: flex;
	align-items: center;
}
.yinruview .introduceview .titleview img{
	width: 70px;
	margin-right: 15px;
}
.yinruview .introduceview .titleview h5{
	font-family: MicrosoftYaHei-Bold;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	color: #333333;
	font-weight: 800;
}
.yinruview .introduceview .contentview{
	margin-top: 70px;
}
.yinruview .introduceview .contentview .itemone{
	display: flex;
	flex-direction: row;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 50px;
}


.yinruview .introduceview .contentview .itemone .item{padding-bottom: 50px;}
.yinruview .introduceview .contentview .itemone .item h5{
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	color: #555555;
	
	font-weight: 800;
}

.yinruview .introduceview .contentview .itemone .item p{
	display: none;
	margin-left: 10px;
	font-family: MicrosoftYaHei;
	font-size: 15px;
	color: #666666;
}
.yinruview .introduceview .contentview .selecet .item h5{
	color: #3576ca;
}
.yinruview .introduceview .contentview .selecet .item p{
	display: block;
	margin-top: 20px;
}

.itemone .chapter-progress{
	width: 32px;
	margin-right: 20px;
	flex-shrink: 0!important;
	transition: height 1s;
}
.itemone .chapter-progress .index_track{
	background: repeating-linear-gradient(180deg,#bed8ff 0,#bed8ff 4px,transparent 0,#503030 6px) repeat-y;
	position: absolute;
	top: 20px;
	left: 15px;
	bottom: -20px;
	display: block;
	width: 2px;
}
.itemone .chapter-progress .index_ba{
	height: 0;
	background: #2c7ef8;
	position: absolute;
	top: 20px;
	left: 15px;
	bottom: -20px;
	display: block;
	width: 2px;
}
.itemone .chapter-progress .index_bullet{
	position: absolute;
	top: 4px;
	left: 0;
	width: 32px;
	height: 32px;
}
.itemone .chapter-progress .index_bullet:after{
	background-color: #bed8ff;
	transform: scale(.5);
	transition: background-color .3s ease-in;
	position: absolute;
	content: "";
	display: block;
	border-radius: 50%;
	top: -8px;
	left: 0;
	width: 100%;
	height: 100%;
}
.itemone .chapter-progress .index_bullet:before{
	position: absolute;
	content: "";
	display: block;
	border-radius: 50%;
	top: -8px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #dfecff;
	transition: transform .3s ease-in;
	transform: scale(.4);
}

.itemone:last-of-type .chapter-progress .index_track{
	display: none;
}
.itemone:last-of-type .chapter-progress .index_ba{
	display: none;
}
.selecet .chapter-progress .index_bullet:before{
	transform: scale(1);
}
.xselect .chapter-progress .index_bullet:after{
	background-color: #2c7ef8;
}

.animate__fadeInDown{
	animation-duration:.5s;
}
.animate__fadeOutDown{
	animation-duration:.5s;
}
.carousel-indicators li{
	width: 15px;
	height: 15px;
	border-top:none;
	border-bottom: none;
	border-radius: 15px;
}